home *** CD-ROM | disk | FTP | other *** search
/ AOL File Library: 3,701 to 3,800 / aol-file-protocol-4400-3701-to-3800.zip / AOLDLs / Sports / APSBB32_V3.0 Basketball StatTrak / APSBB301.exe / _SETUP.1 / Export.mdb / GameLineup.json next >
JavaScript Object Notation  |  1999-01-07  |  309b

  1. {
  2.     "schema": {
  3.         "TeamNumber": "Long Integer NOT NULL",
  4.         "GameNumber": "Long Integer NOT NULL",
  5.         "PlayerNumber": "Long Integer NOT NULL",
  6.         "LineupNumber": "Integer NOT NULL",
  7.         "Starter": "Boolean NOT NULL",
  8.         "Position": "Byte NOT NULL",
  9.         "Position2": "Byte NOT NULL",
  10.         "Position3": "Byte NOT NULL",
  11.         "Position4": "Byte NOT NULL"
  12.     },
  13.     "data": []
  14. }